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