1 instantiation of RQVoidType
Microsoft.CodeAnalysis.Features (1)
RQName\Nodes\RQVoidType.cs (1)
11
public static readonly RQVoidType Singleton =
new
();
2 references to RQVoidType
Microsoft.CodeAnalysis.Features (2)
RQName\Nodes\RQVoidType.cs (1)
11
public static readonly
RQVoidType
Singleton = new();
RQName\RQNodeBuilder.cs (1)
267
return
RQVoidType
.Singleton;