1 write to lazyHasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
659
uncommon.
lazyHasCompilerLoweringPreserveAttribute
= ContainingPEModule.Module.HasCompilerLoweringPreserveAttribute(_handle).ToThreeState();
2 references to lazyHasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
657
if (!uncommon.
lazyHasCompilerLoweringPreserveAttribute
.HasValue())
662
return uncommon.
lazyHasCompilerLoweringPreserveAttribute
.Value();