1 write to HasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1227arguments.GetOrCreateData<TypeWellKnownAttributeData>().HasCompilerLoweringPreserveAttribute = true;
1 reference to HasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1442return data != null && data.HasCompilerLoweringPreserveAttribute;