5 references to _currentNamespace
ILAssembler (5)
GrammarVisitor.cs (5)
1109
typeNS =
_currentNamespace
.PeekOrDefault() ?? string.Empty;
1113
typeNS = $"{
_currentNamespace
.PeekOrDefault()}{typeFullName.Substring(0, typeFullNameLastDot)}";
1714
_currentNamespace
.Push($"{
_currentNamespace
.PeekOrDefault()}.{namespaceName}");
1716
_currentNamespace
.Pop();