1 write to lazyHasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
696
uncommon.
lazyHasCompilerLoweringPreserveAttribute
= ContainingPEModule.Module.HasCompilerLoweringPreserveAttribute(_handle).ToThreeState();
3 references to lazyHasCompilerLoweringPreserveAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
175
!
lazyHasCompilerLoweringPreserveAttribute
.HasValue() &&
694
if (!uncommon.
lazyHasCompilerLoweringPreserveAttribute
.HasValue())
699
return uncommon.
lazyHasCompilerLoweringPreserveAttribute
.Value();