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