7 references to WRN_CallerArgumentExpressionAttributeSelfReferential
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
509
case ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
:
2220
or ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
Generated\ErrorFacts.Generated.cs (1)
278
case ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1206
diagnostics.Add(ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
, node.Name.Location, ParameterSyntax.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_CallerInfoAttributes.cs (2)
1351
Diagnostic(ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
, "CallerArgumentExpression").WithArguments("p").WithLocation(11, 10)
1854
Diagnostic(ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
, "CallerArgumentExpression").WithArguments("p").WithLocation(10, 10)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
301
case ErrorCode.
WRN_CallerArgumentExpressionAttributeSelfReferential
: