﻿// TestFiles/IntegrationTests/CodeGenerationIntegrationTest/NullConditionalExpressions.cshtml(5,22): error CS0103: The name 'Value' does not exist in the current context
// ViewBag?.Method(Value?[23]?.More)?["key"]
Diagnostic(ErrorCode.ERR_NameNotInContext, "Value").WithArguments("Value").WithLocation(5, 22),
// TestFiles/IntegrationTests/CodeGenerationIntegrationTest/NullConditionalExpressions.cshtml(11,18): error CS0103: The name 'Value' does not exist in the current context
// ViewBag?.Method(Value?[23]?.More)?["key"]
Diagnostic(ErrorCode.ERR_NameNotInContext, "Value").WithArguments("Value").WithLocation(11, 18)