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