6 references to WRN_TypeParameterSameAsOuterTypeParameter
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (2)
268case ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter: 1029or ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter
Generated\ErrorFacts.Generated.cs (1)
61case ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter:
Symbols\Source\LocalFunctionSymbol.cs (1)
449typeError = ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter;
Symbols\Source\SourceNamedTypeSymbol.cs (1)
223diagnostics.Add(ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter, location, name, tpEnclosing.ContainingType);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1144diagnostics.Add(ErrorCode.WRN_TypeParameterSameAsOuterTypeParameter, location, name, tpEnclosing.ContainingType);