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