1 write to ParentIndex
Microsoft.CodeAnalysis (1)
PEWriter\ExportedType.cs (1)
33
ParentIndex
= parentIndex;
2 references to ParentIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
2254
Debug.Assert(exportedType.
ParentIndex
!= -1);
2261
implementation = MetadataTokens.ExportedTypeHandle(exportedType.
ParentIndex
+ 1);