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