2 references to Trailing_comma_not_allowed
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (2)
118
return new EmbeddedDiagnostic(FeaturesResources.
Trailing_comma_not_allowed
, node.Sequence.NodesAndTokens[^1].Token.GetSpan());
147
return new EmbeddedDiagnostic(FeaturesResources.
Trailing_comma_not_allowed
, sequence[^1].GetSpan());