8 references to ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2580
or ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
640
diagnostics.Add(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, arguments.AttributeSyntaxOpt.Location);
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (6)
UnsafeEvolutionTests.cs (6)
4808
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "System.Runtime.CompilerServices.RequiresUnsafe").WithLocation(1, 12));
5951
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "System.Runtime.CompilerServices.RequiresUnsafe").WithLocation(4, 6));
6007
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "System.Runtime.CompilerServices.RequiresUnsafe").WithLocation(3, 6),
9304
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "RequiresUnsafeAttribute").WithLocation(14, 6),
9307
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "RequiresUnsafeAttribute").WithLocation(15, 6),
9310
Diagnostic(ErrorCode.
ERR_RequiresUnsafeAttributeUnsupportedMemberTarget
, "RequiresUnsafeAttribute").WithLocation(23, 27),