6 references to ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (1)
974
ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
,
Errors\ErrorFacts.cs (1)
2149
case ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (2)
7816
Diagnostic(ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
, expression).WithArguments("i", "c").WithLocation(4, 5),
7854
Diagnostic(ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
, expression).WithArguments("i", "c").WithLocation(4, 5),
Semantics\RawInterpolationTests_Handler.cs (2)
6016
Diagnostic(ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
, expression).WithArguments("i", "c").WithLocation(4, 5),
6058
Diagnostic(ErrorCode.
ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
, expression).WithArguments("i", "c").WithLocation(4, 5),