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