Table of Contents

Class RPCSourceGenerator.SyntaxReceiver

Namespace
AO
Assembly
SourceGenerator.dll
public class RPCSourceGenerator.SyntaxReceiver : ISyntaxReceiver
Inheritance
RPCSourceGenerator.SyntaxReceiver
Implements
Inherited Members
Extension Methods

Properties

CandidateMethods

public List<MethodDeclarationSyntax> CandidateMethods { get; }

Property Value

List<MethodDeclarationSyntax>

Methods

OnVisitSyntaxNode(SyntaxNode)

Called for every syntax node in the compilation, we can inspect the nodes and save any information useful for generation

public void OnVisitSyntaxNode(SyntaxNode syntaxNode)

Parameters

syntaxNode SyntaxNode