1 write to _customAttributeRowIds
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
122_customAttributeRowIds = ArrayBuilder<int>.GetInstance();
11 references to _customAttributeRowIds
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
973_customAttributeRowIds.Add(MetadataTokens.GetRowNumber(handle)); 976Debug.Assert(_customAttributeRowIds.IsSorted()); 986_customAttributeRowIds.AddRange(previouslyAddedRowIds); 988Debug.Assert(_customAttributeRowIds.IsSorted()); 997int previousCustomAttributeRowIdsCount = _customAttributeRowIds.Count; 1003_customAttributeRowIds.Add(lastCustomAttributeRowId); 1007if (_customAttributeRowIds.Count > previousCustomAttributeRowIdsCount) 1010_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount))); 1050_customAttributeRowIds.Free(); 1083foreach (var rowId in _customAttributeRowIds) 1273AddRowNumberTokens(tokens, TableIndex.CustomAttribute, _customAttributeRowIds);