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