3 instantiations of JsonCommaValueNode
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\JsonParser.cs (3)
425
new
JsonCommaValueNode
(CreateMissingToken(JsonKind.CommaToken)));
431
new
JsonCommaValueNode
(CreateMissingToken(JsonKind.CommaToken).AddDiagnosticIfNone(new EmbeddedDiagnostic(
548
=>
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)
195
var
emptyValue = (
JsonCommaValueNode
)child;
547
private
JsonCommaValueNode
ParseCommaValue()
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
188
public void Visit(
JsonCommaValueNode
node)