3 writes to IsAssemblyAttribute
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (3)
1475copy.IsAssemblyAttribute = copyAttributes.IsAssemblyAttribute; 1805attributes ??= new PlatformAttributes() { IsAssemblyAttribute = symbol is IAssemblySymbol }; 1990parentAttributes.IsAssemblyAttribute = false;
4 references to IsAssemblyAttribute
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (4)
1422out var notSuppressedAttributes, crossPlatform & operationAttributes.IsAssemblyAttribute)) 1437operationAttributes.IsAssemblyAttribute && containingSymbol.ContainingAssembly == symbol.ContainingAssembly; 1475copy.IsAssemblyAttribute = copyAttributes.IsAssemblyAttribute; 1961if (crossPlatform && parentAttributes.IsAssemblyAttribute)