1 write to CustomAttributesAdded
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
372
CustomAttributesAdded
= customAttributesAdded;
8 references to CustomAttributesAdded
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DeltaMetadataWriter.cs (7)
242
customAttributesAdded: AddRange(_previousGeneration.
CustomAttributesAdded
, _customAttributesAdded),
1008
int lastCustomAttributeRowId = _previousGeneration.
CustomAttributesAdded
.Count > 0
1009
? _previousGeneration.
CustomAttributesAdded
.Max(static entry => entry.Value[^1])
1044
xOrdinal = _previousGeneration.
CustomAttributesAdded
.TryGetValue(x.parentHandle, out var rowIds) ? rowIds[0] : int.MaxValue;
1045
yOrdinal = _previousGeneration.
CustomAttributesAdded
.TryGetValue(y.parentHandle, out rowIds) ? rowIds[0] : int.MaxValue;
1078
var previouslyAddedRowIds = _previousGeneration.
CustomAttributesAdded
.TryGetValue(parentHandle, out var rowIds) ? rowIds : ImmutableArray<int>.Empty;
1102
var previouslyAddedRowIds = _previousGeneration.
CustomAttributesAdded
.TryGetValue(parentHandle, out var rowIds) ? rowIds : ImmutableArray<int>.Empty;
Emit\EditAndContinue\SymbolMatcher.cs (1)
61
customAttributesAdded: baseline.
CustomAttributesAdded
,