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)
38
public IEnumerable<IMethodReference> MethodDependencies { get { return
_methodDependents
; } }
193
_methodDependents
.Add(method);