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