8 references to WRN_CallerMemberNameParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
408
case ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
:
1567
or ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
Generated\ErrorFacts.Generated.cs (1)
153
case ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1126
diagnostics.Add(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, node.Name.Location, ParameterSyntax.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\AttributeTests_CallerInfoAttributes.cs (2)
3230
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("member"),
3490
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("x").WithLocation(12, 23));
PartialEventsAndConstructorsTests.cs (1)
3549
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("c").WithLocation(24, 10),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\PartialPropertiesTests.cs (1)
4563
Diagnostic(ErrorCode.
WRN_CallerMemberNameParamForUnconsumedLocation
, "CallerMemberName").WithArguments("filePath").WithLocation(13, 37));