11 references to ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2219
or ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1180
diagnostics.Add(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, node.Name.Location);
Microsoft.CodeAnalysis.CSharp.Emit3.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)
5784
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 16)
5806
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 16),
5850
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(5, 51));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
16647
Diagnostic(ErrorCode.
ERR_BadCallerArgumentExpressionParamWithoutDefaultValue
, "CallerArgumentExpression").WithLocation(3, 23));