1 write to ConstructorToken
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\CustomAttributeRow.cs (1)
21this.ConstructorToken = constructorToken;
9 references to ConstructorToken
Microsoft.CodeAnalysis.Test.Utilities (4)
Metadata\CustomAttributeRow.cs (3)
27&& this.ConstructorToken == other.ConstructorToken; 37return Hash.Combine(ParentToken.GetHashCode(), ConstructorToken.GetHashCode());
Metadata\MetadataReaderUtils.cs (1)
219var 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)
65MetadataTokens.TryGetTableIndex(row.ConstructorToken.Kind, out constructorTableIndex); 71MetadataTokens.GetRowNumber(row.ConstructorToken),