6 references to ERR_NoConversionForCallerArgumentExpressionParam
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2214
or ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1173
diagnostics.Add(ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
, node.Name.Location, stringType, TypeWithAnnotations.Type);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests_CallerInfoAttributes.cs (4)
928
Diagnostic(ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
, "CallerArgumentExpression").WithArguments("string", "int").WithLocation(12, 29)
957
Diagnostic(ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
, "CallerArgumentExpression").WithArguments("string", "int").WithLocation(12, 29)
1102
Diagnostic(ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
, "CallerArgumentExpression").WithArguments("string", "C").WithLocation(19, 29)
2241
Diagnostic(ErrorCode.
ERR_NoConversionForCallerArgumentExpressionParam
, "CallerArgumentExpression").WithArguments("string", "int").WithLocation(8, 36)