1 write to lazyHasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
658
uncommon.
lazyHasInterpolatedStringHandlerAttribute
= ContainingPEModule.Module.HasInterpolatedStringHandlerAttribute(_handle).ToThreeState();
2 references to lazyHasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
656
if (!uncommon.
lazyHasInterpolatedStringHandlerAttribute
.HasValue())
661
return uncommon.
lazyHasInterpolatedStringHandlerAttribute
.Value();