Exemple #1
0
 /// <summary>
 /// Pushes a <see cref="MethodDeclContext"/> to the stack.
 /// </summary>
 /// <param name="context">The context.</param>
 public void PushMethodDecl(MethodDeclContext context)
 {
     Push(LocationTypes.MethodDecl, context);
 }
Exemple #2
0
		/// <summary>
		/// Pushes a <see cref="MethodDeclContext"/> to the stack.
		/// </summary>
		/// <param name="context">The context.</param>
		public void PushMethodDecl(MethodDeclContext context)
		{
			Push(LocationTypes.MethodDecl, context);
		}