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