17 references to ERR_ConversionNotInvolvingContainedType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
963
or ErrorCode.
ERR_ConversionNotInvolvingContainedType
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
662
diagnostics.Add(IsInInterfaceAndAbstractOrVirtual() ? ErrorCode.ERR_AbstractConversionNotInvolvingContainedType : ErrorCode.
ERR_ConversionNotInvolvingContainedType
, this.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\FunctionPointerTests.cs (1)
544
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "delegate*<void>").WithLocation(9, 37),
Semantics\OperatorTests.cs (1)
6637
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)
11829
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "long*"),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\CheckedUserDefinedOperatorsTests.cs (1)
2667
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(4, 45)
Symbols\StaticAbstractMembersInInterfacesTests.cs (8)
28688
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(12, 23 + checkedKeyword.Length),
28694
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(17, 30 + checkedKeyword.Length),
28709
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(42, 23 + checkedKeyword.Length),
28715
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(47, 30 + checkedKeyword.Length),
28845
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(12, 23 + checkedKeyword.Length),
28851
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(17, 30 + checkedKeyword.Length),
28866
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(42, 23 + checkedKeyword.Length),
28872
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int").WithLocation(47, 30 + checkedKeyword.Length),
Symbols\SymbolErrorTests.cs (1)
10662
Diagnostic(ErrorCode.
ERR_ConversionNotInvolvingContainedType
, "int")