1 write to ParentToken
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\CustomAttributeRow.cs (1)
20this.ParentToken = parentToken;
5 references to ParentToken
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\CustomAttributeRow.cs (3)
26return this.ParentToken == other.ParentToken 37return Hash.Combine(ParentToken.GetHashCode(), ConstructorToken.GetHashCode());
Roslyn.Test.PdbUtilities (2)
EditAndContinue\EditAndContinueTestUtilities.cs (2)
64MetadataTokens.TryGetTableIndex(row.ParentToken.Kind, out parentTableIndex); 69MetadataTokens.GetRowNumber(row.ParentToken),