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