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