1 write to lazyHasEmbeddedAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
677uncommon.lazyHasEmbeddedAttribute = ContainingPEModule.Module.HasCodeAnalysisEmbeddedAttribute(_handle).ToThreeState();
2 references to lazyHasEmbeddedAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
675if (!uncommon.lazyHasEmbeddedAttribute.HasValue()) 680return uncommon.lazyHasEmbeddedAttribute.Value();