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)
55
private ArrayBuilder<int> CustomAttributeRowIds =>
_customAttributeRowIds
?? throw ExceptionUtilities.Unreachable();
133
if (
_customAttributeRowIds
is { } rowIds)