2 writes to _customAttributeRowIds
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
115_customAttributeRowIds = ArrayBuilder<int>.GetInstance(); 135_customAttributeRowIds = null;
2 references to _customAttributeRowIds
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
55private ArrayBuilder<int> CustomAttributeRowIds => _customAttributeRowIds ?? throw ExceptionUtilities.Unreachable(); 133if (_customAttributeRowIds is { } rowIds)