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)
1014_customAttributeRowIds.Add(MetadataTokens.GetRowNumber(handle)); 1017Debug.Assert(_customAttributeRowIds.IsSorted()); 1027_customAttributeRowIds.AddRange(previouslyAddedRowIds); 1029Debug.Assert(_customAttributeRowIds.IsSorted()); 1038int previousCustomAttributeRowIdsCount = _customAttributeRowIds.Count; 1044_customAttributeRowIds.Add(lastCustomAttributeRowId); 1048if (_customAttributeRowIds.Count > previousCustomAttributeRowIdsCount) 1051_customAttributesAdded.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount))); 1091_customAttributeRowIds.Free(); 1124foreach (var rowId in _customAttributeRowIds) 1314AddRowNumberTokens(tokens, TableIndex.CustomAttribute, _customAttributeRowIds);