1 write to lazyHasEmbeddedAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
465uncommon.lazyHasEmbeddedAttribute = ContainingPEModule.Module.HasCodeAnalysisEmbeddedAttribute(_handle).ToThreeState();
3 references to lazyHasEmbeddedAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
167!lazyHasEmbeddedAttribute.HasValue() && 463if (!uncommon.lazyHasEmbeddedAttribute.HasValue()) 468return uncommon.lazyHasEmbeddedAttribute.Value();