10 references to CustomAttributeRowIds
Microsoft.CodeAnalysis (10)
Emit\EditAndContinue\DeltaMetadataWriter.cs (10)
1066
CustomAttributeRowIds
.Add(MetadataTokens.GetRowNumber(handle));
1069
Debug.Assert(
CustomAttributeRowIds
.IsSorted());
1079
CustomAttributeRowIds
.AddRange(previouslyAddedRowIds);
1081
Debug.Assert(
CustomAttributeRowIds
.IsSorted());
1090
int previousCustomAttributeRowIdsCount =
CustomAttributeRowIds
.Count;
1096
CustomAttributeRowIds
.Add(lastCustomAttributeRowId);
1100
if (
CustomAttributeRowIds
.Count > previousCustomAttributeRowIdsCount)
1103
_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(
CustomAttributeRowIds
.Skip(previousCustomAttributeRowIdsCount)));
1176
foreach (var rowId in
CustomAttributeRowIds
)
1366
AddRowNumberTokens(tokens, TableIndex.CustomAttribute,
CustomAttributeRowIds
);