1 write to _customAttributeRowIds
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
118_customAttributeRowIds = ArrayBuilder<int>.GetInstance();
11 references to _customAttributeRowIds
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
1002_customAttributeRowIds.Add(MetadataTokens.GetRowNumber(handle)); 1005Debug.Assert(_customAttributeRowIds.IsSorted()); 1015_customAttributeRowIds.AddRange(previouslyAddedRowIds); 1017Debug.Assert(_customAttributeRowIds.IsSorted()); 1026int previousCustomAttributeRowIdsCount = _customAttributeRowIds.Count; 1032_customAttributeRowIds.Add(lastCustomAttributeRowId); 1036if (_customAttributeRowIds.Count > previousCustomAttributeRowIdsCount) 1039_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount))); 1079_customAttributeRowIds.Free(); 1112foreach (var rowId in _customAttributeRowIds) 1302AddRowNumberTokens(tokens, TableIndex.CustomAttribute, _customAttributeRowIds);