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