6 references to ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
3803ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified,
Errors\ErrorFacts.cs (1)
2206or ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (2)
7857Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified, expression).WithArguments("i", "c").WithLocation(4, 5), 7895Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified, expression).WithArguments("i", "c").WithLocation(4, 5),
Semantics\RawInterpolationTests_Handler.cs (2)
6027Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified, expression).WithArguments("i", "c").WithLocation(4, 5), 6069Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentOptionalNotSpecified, expression).WithArguments("i", "c").WithLocation(4, 5),