1 implementation of Visit
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
198
public void
Visit
(JsonCommaValueNode node)
1 reference to Visit
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonNodes.cs (1)
230
=> visitor.
Visit
(this);