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