1 write to ConstructorToken
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\CustomAttributeRow.cs (1)
21
this.
ConstructorToken
= constructorToken;
9 references to ConstructorToken
Microsoft.CodeAnalysis.Test.Utilities (4)
Metadata\CustomAttributeRow.cs (3)
27
&& this.
ConstructorToken
== other.
ConstructorToken
;
37
return Hash.Combine(ParentToken.GetHashCode(),
ConstructorToken
.GetHashCode());
Metadata\MetadataReaderUtils.cs (1)
219
var token = row.
ConstructorToken
;
Roslyn.Test.PdbUtilities (5)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (3)
196
.Where(row => includeNil || !row.ParentToken.IsNil || !row.
ConstructorToken
.IsNil)
197
.Select(row => row.ParentToken.IsNil && row.
ConstructorToken
.IsNil
199
: $"[{Visualizer.GetQualifiedName(row.
ConstructorToken
)}] {InspectCustomAttributeTarget(row.ParentToken)}"));
EditAndContinue\EditAndContinueTestUtilities.cs (2)
65
MetadataTokens.TryGetTableIndex(row.
ConstructorToken
.Kind, out constructorTableIndex);
71
MetadataTokens.GetRowNumber(row.
ConstructorToken
),