3 instantiations of StackFrameConstructorNode
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EmbeddedLanguages\StackFrame\StackFrameSyntaxFactory.cs (2)
56public static readonly StackFrameConstructorNode Constructor = new(ConstructorToken); 57public static readonly StackFrameConstructorNode StaticConstructor = new(StaticConstructorToken);
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
338return new(new StackFrameConstructorNode(identifierToken));
3 references to StackFrameConstructorNode
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EmbeddedLanguages\StackFrame\StackFrameSyntaxFactory.cs (2)
56public static readonly StackFrameConstructorNode Constructor = new(ConstructorToken); 57public static readonly StackFrameConstructorNode StaticConstructor = new(StaticConstructorToken);
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\StackFrame\IStackFrameNodeVisitor.cs (1)
22void Visit(StackFrameConstructorNode constructorNode);