11 references to ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2162
case ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1172
diagnostics.Add(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, node.Name.Location);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
Attributes\AttributeTests_CallerInfoAttributes.cs (8)
207
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(29, 22),
263
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(28, 33),
322
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(29, 33),
989
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(12, 29)
1021
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(12, 29)
5771
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 16)
5793
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 16),
5837
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 51));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
13210
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(3, 23));