3 instantiations of JsonCommaValueNode
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\JsonParser.cs (3)
424
new
JsonCommaValueNode
(CreateMissingToken(JsonKind.CommaToken)));
430
new
JsonCommaValueNode
(CreateMissingToken(JsonKind.CommaToken).AddDiagnosticIfNone(new EmbeddedDiagnostic(
547
=>
new
(ConsumeCurrentToken());
5 references to JsonCommaValueNode
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\Json\IJsonNodeVisitor.cs (1)
17
void Visit(
JsonCommaValueNode
node);
EmbeddedLanguages\Json\JsonParser.cs (3)
194
var
emptyValue = (
JsonCommaValueNode
)child;
546
private
JsonCommaValueNode
ParseCommaValue()
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
198
public void Visit(
JsonCommaValueNode
node)