2 writes to stack
Mono.Cecil (2)
Mono.Cecil\Import.cs (2)
53 stack = null; 61 stack = new Collection<IGenericParameterProvider> (1) { provider };
9 references to stack
Mono.Cecil (9)
Mono.Cecil\Import.cs (9)
46 public bool IsEmpty { get { return stack == null; } } 60 if (stack == null) 63 stack.Add (provider); 68 stack.RemoveAt (stack.Count - 1); 73 for (int i = stack.Count - 1; i >= 0; i--) { 74 var candidate = stack [i] as MethodReference; 94 for (int i = stack.Count - 1; i >= 0; i--) { 95 var candidate = GenericTypeFor (stack [i]);