1 write to CustomAttributesAdded
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
432
CustomAttributesAdded
= customAttributesAdded;
5 references to CustomAttributesAdded
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
224
customAttributesAdded: AddRange(_previousGeneration.
CustomAttributesAdded
, _customAttributesAdded),
1041
if (_previousGeneration.
CustomAttributesAdded
.Count > 0)
1043
lastRowId = _previousGeneration.
CustomAttributesAdded
.SelectMany(s => s.Value).Max();
1065
if (_previousGeneration.
CustomAttributesAdded
.TryGetValue(parent, out var rowIds))
Emit\EditAndContinue\SymbolMatcher.cs (1)
58
customAttributesAdded: baseline.
CustomAttributesAdded
,