13 instantiations of SimpleLeafNode
Microsoft.CodeAnalysis.Features (13)
RQName\Nodes\RQArrayType.cs (1)
15
var rankNode = new
SimpleLeafNode
(Rank.ToString());
RQName\Nodes\RQMemberParameterIndex.cs (2)
25
childList.Add(new
SimpleLeafNode
(ParameterIndex.ToString()));
26
childList.Add(new
SimpleLeafNode
(RQNameStrings.NotPartial));
RQName\Nodes\RQMemberParameterIndexFromPartialImplementation.cs (2)
17
childList.Add(new
SimpleLeafNode
(ParameterIndex.ToString()));
18
childList.Add(new
SimpleLeafNode
(RQNameStrings.PartialImplementation));
RQName\Nodes\RQMemberParameterIndexFromPartialSignature.cs (2)
17
childList.Add(new
SimpleLeafNode
(ParameterIndex.ToString()));
18
childList.Add(new
SimpleLeafNode
(RQNameStrings.PartialSignature));
RQName\Nodes\RQNullType.cs (1)
15
=> new
SimpleLeafNode
(RQNameStrings.Null);
RQName\Nodes\RQOutParameter.cs (1)
12
=> new SimpleGroupNode(RQNameStrings.ParamMod, new
SimpleLeafNode
(RQNameStrings.Out), Type.ToSimpleTree());
RQName\Nodes\RQRefParameter.cs (1)
12
=> new SimpleGroupNode(RQNameStrings.ParamMod, new
SimpleLeafNode
(RQNameStrings.Ref), Type.ToSimpleTree());
RQName\Nodes\RQUnconstructedType.cs (1)
27
let nameLeaf = new
SimpleLeafNode
(typeInfo.TypeName)
RQName\Nodes\RQVoidType.cs (1)
15
=> new
SimpleLeafNode
(RQNameStrings.Void);
RQName\SimpleTree\SimpleGroupNode.cs (1)
12
public SimpleGroupNode(string text, string singleLeafChildText) : this(text, new
SimpleLeafNode
(singleLeafChildText)) { }
1 reference to SimpleLeafNode
Microsoft.CodeAnalysis.Features (1)
RQName\Nodes\RQArrayType.cs (1)
15
var
rankNode = new SimpleLeafNode(Rank.ToString());