1 write to _customAttributeRowIds
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
114_customAttributeRowIds = ArrayBuilder<int>.GetInstance();
11 references to _customAttributeRowIds
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
1015_customAttributeRowIds.Add(MetadataTokens.GetRowNumber(handle)); 1018Debug.Assert(_customAttributeRowIds.IsSorted()); 1028_customAttributeRowIds.AddRange(previouslyAddedRowIds); 1030Debug.Assert(_customAttributeRowIds.IsSorted()); 1039int previousCustomAttributeRowIdsCount = _customAttributeRowIds.Count; 1045_customAttributeRowIds.Add(lastCustomAttributeRowId); 1049if (_customAttributeRowIds.Count > previousCustomAttributeRowIdsCount) 1052_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount))); 1092_customAttributeRowIds.Free(); 1125foreach (var rowId in _customAttributeRowIds) 1315AddRowNumberTokens(tokens, TableIndex.CustomAttribute, _customAttributeRowIds);