2 writes to _methodDependents
Microsoft.Cci.Extensions (2)
TypeDependencies.cs (2)
25_methodDependents = new HashSet<IMethodReference>(); 31_methodDependents = new List<IMethodReference>();
2 references to _methodDependents
Microsoft.Cci.Extensions (2)
TypeDependencies.cs (2)
38public IEnumerable<IMethodReference> MethodDependencies { get { return _methodDependents; } } 193_methodDependents.Add(method);