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