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