1 write to ParentToken
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\CustomAttributeRow.cs (1)
20
this.
ParentToken
= parentToken;
5 references to ParentToken
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\EditAndContinue\EditAndContinueTestBase.cs (2)
290
MetadataTokens.TryGetTableIndex(row.
ParentToken
.Kind, out parentTableIndex);
295
MetadataTokens.GetRowNumber(row.
ParentToken
),
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\CustomAttributeRow.cs (3)
26
return this.
ParentToken
== other.
ParentToken
37
return Hash.Combine(
ParentToken
.GetHashCode(), ConstructorToken.GetHashCode());