17 references to ERR_ConversionNotInvolvingContainedType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
901
case ErrorCode.
ERR_ConversionNotInvolvingContainedType
:
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
467
diagnostics.Add(IsAbstract || IsVirtual ? ErrorCode.ERR_AbstractConversionNotInvolvingContainedType : ErrorCode.
ERR_ConversionNotInvolvingContainedType
, this.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\FunctionPointerTests.cs (1)
522
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "delegate*<void>").WithLocation(9, 37),
Semantics\OperatorTests.cs (1)
6636
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "string"));
Semantics\StackAllocSpanExpressionsTests.cs (2)
813
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "Test2").WithLocation(11, 34),
839
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "Test2").WithLocation(11, 34),
Semantics\UnsafeTests.cs (1)
8977
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "long*"),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\CheckedUserDefinedOperatorsTests.cs (1)
2642
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(4, 45)
Symbols\StaticAbstractMembersInInterfacesTests.cs (8)
28174
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(12, 23 + checkedKeyword.Length),
28180
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(17, 30 + checkedKeyword.Length),
28195
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(42, 23 + checkedKeyword.Length),
28201
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(47, 30 + checkedKeyword.Length),
28331
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(12, 23 + checkedKeyword.Length),
28337
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(17, 30 + checkedKeyword.Length),
28352
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(42, 23 + checkedKeyword.Length),
28358
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(47, 30 + checkedKeyword.Length),
Symbols\SymbolErrorTests.cs (1)
10519
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int")