3 references to NeedsSynthesizedRequiresUnsafeAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LocalFunctionSymbol.cs (1)
131
if (
NeedsSynthesizedRequiresUnsafeAttribute
)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
985
if (
NeedsSynthesizedRequiresUnsafeAttribute
)
Symbols\Source\SourceMethodSymbol.cs (1)
154
if (target is SourceMethodSymbol {
NeedsSynthesizedRequiresUnsafeAttribute
: true })