1 write to lazyHasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
444
uncommon.
lazyHasInterpolatedStringHandlerAttribute
= ContainingPEModule.Module.HasInterpolatedStringHandlerAttribute(_handle).ToThreeState();
3 references to lazyHasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
166
!
lazyHasInterpolatedStringHandlerAttribute
.HasValue() &&
442
if (!uncommon.
lazyHasInterpolatedStringHandlerAttribute
.HasValue())
447
return uncommon.
lazyHasInterpolatedStringHandlerAttribute
.Value();