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