3 references to slashedName
ILAssembler (3)
GrammarVisitor.cs (3)
2208
_ = VisitSlashedName(declarations[i].
slashedName
());
2209
var containing = ResolveExportedType(declarations[i].
slashedName
());
2212
ReportError(DiagnosticIds.ExportedTypeNotFound, string.Format(DiagnosticMessageTemplates.ExportedTypeNotFound, declarations[i].
slashedName
().GetText()), declarations[i]);