4 references to CopyAttributes
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (4)
368
var csAttributes = pair.csAttributes != null ?
CopyAttributes
(pair.csAttributes) : null;
433
!IsKnownValueGuarded(
CopyAttributes
(attributes), ref csAttributes, localValue, originalCsAttributes, originalAttributes))
622
var parentAttributes =
CopyAttributes
(attributes);
623
var parentCsAttributes = csAttributes == null ? null :
CopyAttributes
(csAttributes);