4 references to CopyAllAttributes
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (4)
1459
copiedAttributes.Add(platformName,
CopyAllAttributes
(new Versions(), attributes));
1472
copy.Platforms!.Add(platformName,
CopyAllAttributes
(new Versions(), attributes));
1485
copy.Add(platformName,
CopyAllAttributes
(new Versions(), attributes));
1691
CopyAllAttributes
(diagnosticAttribute, attributes);