8 references to ERR_InExtensionMustBeValueType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1795
case ErrorCode.
ERR_InExtensionMustBeValueType
:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
237
diagnostics.Add(ErrorCode.
ERR_InExtensionMustBeValueType
, location, Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\RefExtensionMethodsTests.cs (6)
968
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),
1012
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),
1056
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),
1100
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),
1144
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),
1188
Diagnostic(ErrorCode.
ERR_InExtensionMustBeValueType
, "PrintValue").WithArguments("PrintValue").WithLocation(4, 24),