Implemented interface member:
property
HasSkipLocalsInitAttribute
Microsoft.CodeAnalysis.ISkipLocalsInitAttributeTarget.HasSkipLocalsInitAttribute
1 reference to HasSkipLocalsInitAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1479return data?.HasSkipLocalsInitAttribute != true && (ContainingType?.AreLocalsZeroed ?? ContainingModule.AreLocalsZeroed);