1 write to _documents
ILAssembler (1)
GrammarVisitor.cs (1)
107
_documents
= documents;
5 references to _documents
ILAssembler (5)
GrammarVisitor.cs (5)
124
var location = Location.From(context.Start,
_documents
);
697
var firstDoc =
_documents
.Values.FirstOrDefault();
1224
Location.From(context.dottedName().Stop,
_documents
)));
3355
Location.From(node,
_documents
)));
3380
Location.From(node,
_documents
)));