11 references to ERR_RefOutDefaultValue
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1381
or ErrorCode.
ERR_RefOutDefaultValue
Symbols\Source\ParameterHelpers.cs (1)
944
diagnostics.Add(ErrorCode.
ERR_RefOutDefaultValue
, refnessKeyword.GetLocation());
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenForEachTests.cs (2)
4351
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(20, 62));
4403
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(20, 29));
CodeGen\CodeGenUsingStatementTests.cs (1)
3122
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(8, 25));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_CallerInfoAttributes.cs (2)
266
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(28, 63),
5809
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, refType).WithLocation(5, 47)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LambdaTests.cs (1)
7939
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, modifier).WithLocation(1, 17));
Semantics\LocalFunctionTests.cs (1)
2624
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(6, 21)
Semantics\SimpleLambdaParametersWithModifiersTests.cs (2)
87
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(7, 19),
153
Diagnostic(ErrorCode.
ERR_RefOutDefaultValue
, "ref").WithLocation(9, 38),