1 write to _customAttributeRowIds
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
117_customAttributeRowIds = ArrayBuilder<int>.GetInstance();
11 references to _customAttributeRowIds
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
1001_customAttributeRowIds.Add(MetadataTokens.GetRowNumber(handle)); 1004Debug.Assert(_customAttributeRowIds.IsSorted()); 1014_customAttributeRowIds.AddRange(previouslyAddedRowIds); 1016Debug.Assert(_customAttributeRowIds.IsSorted()); 1025int previousCustomAttributeRowIdsCount = _customAttributeRowIds.Count; 1031_customAttributeRowIds.Add(lastCustomAttributeRowId); 1035if (_customAttributeRowIds.Count > previousCustomAttributeRowIdsCount) 1038_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount))); 1078_customAttributeRowIds.Free(); 1111foreach (var rowId in _customAttributeRowIds) 1301AddRowNumberTokens(tokens, TableIndex.CustomAttribute, _customAttributeRowIds);