diff --git a/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml b/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml index 8dc4b123130..2aef0985533 100644 --- a/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml +++ b/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml @@ -20,8 +20,16 @@ - To be added. - To be added. + Represents a PDB Checksum debug directory entry. + + + @@ -41,9 +49,17 @@ System.String - To be added. - To be added. - To be added. + 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. + + + @@ -63,8 +79,8 @@ System.Collections.Immutable.ImmutableArray<System.Byte> - To be added. - To be added. + The checksum of the PDB content. + An immutable array of bytes representing the checksum of the PDB content. To be added.