This commit is contained in:
John Doe 2017-08-13 17:48:27 -07:00 committed by William Lee
commit 8fc8a03081
7 changed files with 8 additions and 8 deletions

View file

@ -78,7 +78,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
{
// TODO: Nick Guerrera (Nick.Guerrera@microsoft.com) hacked this method for temporary use.
// There is a blob decoder feature in progress but it won't ship in time for our milestone.
// Replace this method with the blob decoder feature when later it is availale.
// Replace this method with the blob decoder feature when later it is available.
var signature = reader.GetMemberReference((MemberReferenceHandle)attribute.Constructor).Signature;
var signatureReader = reader.GetBlobReader(signature);