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