4 references to ERR_TypeVariableSameAsParent
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
986
case ErrorCode.
ERR_TypeVariableSameAsParent
:
Symbols\Source\TypeParameterBuilder.cs (1)
48
diagnostics.Add(ErrorCode.
ERR_TypeVariableSameAsParent
, result.Locations[0], result.Name);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
12655
Diagnostic(ErrorCode.
ERR_TypeVariableSameAsParent
, "C").WithArguments("C").WithLocation(8, 13),
12658
Diagnostic(ErrorCode.
ERR_TypeVariableSameAsParent
, "S").WithArguments("S").WithLocation(10, 28)