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