14 references to ERR_AbstractConversionNotInvolvingContainedType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2129
case ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
:
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
467
diagnostics.Add(IsAbstract || IsVirtual ? ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
: ErrorCode.ERR_ConversionNotInvolvingContainedType, this.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (12)
Symbols\StaticAbstractMembersInInterfacesTests.cs (12)
7866
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "T5").WithLocation(26, 43),
7869
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "T71").WithLocation(32, 39),
7872
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "T8").WithLocation(37, 39),
7875
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "T10").WithLocation(44, 39),
7878
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "int").WithLocation(51, 39),
7986
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "bool").WithLocation(26, 43),
7989
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "bool").WithLocation(32, 39),
7992
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "bool").WithLocation(37, 39),
7995
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "bool").WithLocation(44, 39),
7998
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "bool").WithLocation(51, 39),
28192
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "int").WithLocation(32, 39 + checkedKeyword.Length),
28349
Diagnostic(ErrorCode.
ERR_AbstractConversionNotInvolvingContainedType
, "int").WithLocation(32, 39 + checkedKeyword.Length),