2 references to CompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1044return FindTargetAttribute(token, AttributeDescription.CompilerLoweringPreserveAttribute).HasValue;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1225else if (attribute.IsTargetAttribute(AttributeDescription.CompilerLoweringPreserveAttribute))