5 references to _methodNameStack
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (5)
Modeler\ServiceClientModelFactory.cs (5)
54_methodNameStack.Value = new Stack<string>(); 56private string CurrentMethodName => _methodNameStack.Value.Count != 0 ? _methodNameStack.Value.Peek() : null; 66_methodNameStack.Value.Push(name); 70if (_methodNameStack.Value.Pop() != name)