6 references to WRN_CallerMemberNameParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
395
case ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
:
1506
case ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
:
Generated\ErrorFacts.Generated.cs (1)
153
case ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1118
diagnostics.Add(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, node.Name.Location, CSharpSyntaxNode.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Attributes\AttributeTests_CallerInfoAttributes.cs (2)
3230
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("member"),
3477
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("x").WithLocation(12, 23));