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